home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINWORDS / WNBRWS32.ZIP / WNBROWSE.TXT < prev   
Text File  |  1993-03-23  |  27KB  |  752 lines

  1.                             WnBrowse 3.2
  2.                             ============
  3.  
  4.                         A Windows File Browser
  5.                         ======================
  6.  
  7.                                  By
  8.                                  ==
  9.  
  10.                            Nigel G. Thomas
  11.                            ===============
  12.  
  13.  
  14. Introduction
  15. ============
  16.  
  17. The standard method of viewing files under Windows is to use the provided
  18. accessory program Notepad. As a file viewer however, Notepad has a number
  19. of limitations. It can only be used for relatively small files (less than
  20. 53K), and can only view text files. When you view a file using an editor,
  21. you also run the risk of inadvertently modifying the file.
  22.  
  23. WnBrowse removes these limitations, and in addition provides MANY more
  24. facilities to make file viewing faster and easier.
  25.  
  26. Some of the highlights of WnBrowse 3.2 are :
  27.  
  28.   * Support for files of up to 12 megabytes in size
  29.   * Files may be viewed in a text or hex format
  30.   * Text can be selected and copied to the clipboard
  31.   * The file or a selected portion can be printed with optional user
  32.     defined running headers/footers.
  33.   * Font selection capability
  34.   * Selectable colour schemes
  35.   * Drag and Drop file support.
  36.   * One-click operation via the Button-Bar
  37.   * Online Help
  38.   * Optional File Manager Extension.
  39.   * Can list the contents of a ZIP file.
  40.  
  41. WnBrowse will ONLY run in the standard and Enhanced mode of Windows, it
  42. will NOT run in real mode. 
  43.  
  44.   **********************************************************************
  45.   * WINDOWS 3.0 USERS - PLEASE NOTE !                                  *
  46.   *                                                                    *
  47.   * As shipped, WnBrowse 3.2 ONLY works with Windows 3.1 and above, it *
  48.   * will NOT work with Windows 3.0 unless you have a copy of the       *
  49.   * Windows 3.1 common dialog DLL COMMDLG.DLL. To save space, this DLL *
  50.   * is not included with WnBrowse. This also applies to the 2.0 level  *
  51.   * of OS/2 (2.1 supports Windows 3.1)                                 *
  52.   **********************************************************************
  53.  
  54. A 32 bit version of WnBrowse for use under the Windows NT system is under
  55. development. 
  56.  
  57. Installing WnBrowse
  58. ===================
  59.  
  60. WnBrowse is distributed as six files :
  61.  
  62.    WNBROWSE.EXE  - The WnBrowse program file
  63.    WNBROWSE.HLP  - The on-line help file
  64.    WNBROWSE.TXT  - Program documentation and registration details.
  65.    WBFXTEN.DLL   - WnBrowse File Manager extension (Windows 3.1 only)
  66.    BWCC.DLL      - The Borland Window Control Class DLL.
  67.    README.NOW    - Information about latest release.
  68.  
  69. (WnBrowse may also be distributed as a compressed ZIP file (WINBRW.ZIP) in
  70. which case you should use PKUNZIP to expand the file before proceeding).
  71.  
  72. 1. Install the WnBrowse files
  73.  
  74.    The two WnBrowse files (EXE and HLP) should be copied to a suitable
  75.    directory on your hard disk. You should then define WnBrowse in a
  76.    suitable Program Manager group (refer to your Windows documentation
  77.    for assistance on this procedure). If you are going to use the File
  78.    Manager extension, you should also copy WBFXTEN.DLL to your hard disk.
  79.  
  80.    Note : In order for Windows to find the WnBrowse help file, it should be
  81.           copied to a file referenced in your DOS PATH statement.
  82.  
  83. 2. Install the Borland DLL.
  84.  
  85.    The BWCC.DLL file contains a number of routines used by WnBrowse to
  86.    produce better looking dialog boxes. You may already have a copy of this
  87.    file on your system, particularly if you use Borland products. If you
  88.    have, you can continue to use your current copy, otherwise you must copy
  89.    BWCC.DLL to one of the following directories :
  90.  
  91.      * The directory that contains WNBROWSE.EXE
  92.      * Your Windows directory (usually C:\WINDOWS)
  93.      * Your Windows system directory (usually C:\WINDOWS\SYSTEM)
  94.      * Any directory contained in your DOS PATH statement.
  95.  
  96. 3. Install the WnBrowse File Manager Extension (Windows 3.1 only).
  97.  
  98.    The WnBrowse package includes an optional extension to the Windows
  99.    File Manager that makes browsing files even easier than drag and drop.
  100.    If you wish to install this feature, you must copy the file WBFXTEN.DLL
  101.    to your hard disk and update the File Manager control file WINFILE.INI
  102.    in your Windows directory (usually C:\WINDOWS) to contain the following
  103.    two lines.
  104.  
  105.    [AddOns]
  106.    WnBrowse=C:\wnbrowse\wbfxten.dll
  107.  
  108.    Note : (1) The path name (after the '=') must specify the full path
  109.               where WBFXTEN.DLL was copied in step 1.
  110.  
  111.           (2) If you already have a File Manager extension installed, then
  112.               there will already be an [AddOns] section. In this case,
  113.               simply add the second line after the existing [AddOns].
  114.  
  115.           (3) If you are not confident about making this change, I suggest
  116.               you save a copy of WINFILE.INI first, or better still get
  117.               the local Windows expert to help.
  118.  
  119.    When you have updated WINFILE.INI as above, you must stop and restart
  120.    the File Manager for the change to take effect.
  121.  
  122.     
  123. ===========
  124. Please Note
  125. ===========
  126.  
  127. WnBrowse is not freeware or in the public domain, it is Shareware. You may
  128. use WnBrowse without charge for a reasonable period of time to evaluate the
  129. product. If after that time you wish to continue using WnBrowse you must
  130. register your copy using the procedure detailed at the end of this file. 
  131.  
  132. However, WnBrowse 3.2 is 100% functional and contains no limitations or 
  133. 'Nag' boxes.
  134.  
  135. Commands
  136. ========
  137.  
  138.   File Menu :
  139.  
  140.        Open...
  141.        -------
  142.  
  143.          Presents a File open dialog box from which the file to be browsed
  144.          can be selected.
  145.  
  146.        Save As...
  147.        ----------
  148.  
  149.          Saves the current text selection to a file of your choice selected
  150.          from the 'Save As' common dialog.
  151.  
  152.        Close File
  153.        ----------
  154.  
  155.          Closes the current file (if any) and iconizes (minimizes).
  156.  
  157.        Previous File
  158.        -------------
  159.  
  160.          Selects the previous file for browsing.
  161.  
  162.        Next File
  163.        ---------
  164.  
  165.          Selects the next file for browsing.
  166.  
  167.        Print...
  168.        --------
  169.  
  170.          Prints the current file or a selection thereof.
  171.  
  172.        Printer Setup...
  173.        ----------------
  174.  
  175.          Used to select a printer and to set printer options.
  176.  
  177.        Show Information...
  178.        -------------------
  179.  
  180.          Displays information about the current file (size,date etc).
  181.  
  182.        Exit
  183.        ----
  184.  
  185.          Exits WnBrowse.    
  186.  
  187.  
  188.   Edit Menu :
  189.  
  190.        Copy
  191.        ----
  192.  
  193.          Copies selected text to the Windows clipboard.
  194.  
  195.        Select All
  196.        ----------
  197.  
  198.          Quickly selects the entire file.
  199.  
  200.  
  201.   Search Menu :
  202.  
  203.        Find...
  204.        -------
  205.  
  206.          Searches for text within the file. The string to be searched for
  207.          can be entered as ASCII or hex characters.
  208.  
  209.        Repeat last find
  210.        ----------------
  211.  
  212.          Searches for the next occurrence of the previous find string.
  213.  
  214.        Goto...
  215.        -------
  216.  
  217.          Allows the file to be scrolled to a specified line or offset.
  218.  
  219.   View Menu :
  220.  
  221.        Text Mode
  222.        ---------
  223.  
  224.          Displays the current file in the text viewing mode (the default 
  225.          for text files).
  226.  
  227.        Hex Mode
  228.        --------
  229.  
  230.          Displays the current file in the hex viewing mode (the default for
  231.          non-text files).
  232.   
  233.        View ZIP File Content...
  234.        ------------------------
  235.  
  236.          Displays information about the files contained within a ZIP file.
  237.  
  238.   Options Menu :
  239.  
  240.         Select Font... 
  241.         --------------
  242.  
  243.           Allows the font to be selected. The same font is used for both
  244.           displaying and printing the file.
  245.  
  246.         Expand Tabs
  247.         -----------
  248.  
  249.           If selected (indicated by a tick mark), any tabs in the file are
  250.           expanded when displaying and printing the file.
  251.  
  252.         Ruler
  253.         -----
  254.  
  255.           If selected, a ruler is displ